ComponentOne ASP.NET MVC Controls
VerticalPosition Property

C1.Web.Mvc Namespace > LineMarker<T> Class : VerticalPosition Property
Gets or sets the vertical position of the LineMarker relative to the plot area.
Syntax
'Declaration
 
Public Property VerticalPosition As Nullable(Of Single)
public Nullable<float> VerticalPosition {get; set;}
Remarks
Its value range is (0, 1). If the value is null or undefined and @see:Interaction is set to Chart.LineMarkerInteraction.Move, the vertical position of the LineMarker is calculated automatically based on the pointer's position.
See Also

Reference

LineMarker<T> Class
LineMarker<T> Members